home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 1
/
LSD Compendium Deluxe 1.iso
/
a
/
programming
/
assemblers
/
cas.lha
/
link.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-09
|
234 b
|
10 lines
typedef struct FileBuf *FileBuf;
struct FileBuf {
char *Name;
long Loc, Files, Segs, Gaps, Syms, Exps, Relocs;
char **File; Segment Seg; Gap G; Symbol *Sym;
};
extern FileBuf FTab;
extern int Fs;
extern void Link(char *Hex);